Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove the navigator.connection API. #411

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

andycall
Copy link
Member

The connectivity_plus dependency only provides support for the navigator.connection API, which is not widely used and can increase the package size. If a developer requires this API, they can manually add the connectivity_plus module and communicate with JavaScript using the webf.methodChannel API.

Starting from versions 0.14.1 and 0.15.0, we will remove this API to reduce the package size of WebF.

@andycall andycall force-pushed the feat/remove_connectivity_api branch from 38a0577 to 1ab77df Compare July 10, 2023 09:34
@andycall andycall force-pushed the feat/remove_connectivity_api branch from 1ab77df to e8ef56e Compare July 11, 2023 03:37
@andycall andycall force-pushed the feat/remove_connectivity_api branch from e8ef56e to 8add160 Compare July 12, 2023 08:53
@devjiangzhou devjiangzhou added this pull request to the merge queue Jul 13, 2023
Merged via the queue into main with commit a2f892c Jul 13, 2023
24 checks passed
@devjiangzhou devjiangzhou deleted the feat/remove_connectivity_api branch July 13, 2023 06:58
@andycall andycall restored the feat/remove_connectivity_api branch July 17, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants